home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / B-C / C++ FAQ Reference 1.0.sit / C++ FAQ Reference 1.0.rsrc / PICT_135.png < prev    next >
Portable Network Graphic  |  1993-06-30  |  4.9 KB  |  437x247  |  4-bit (3 colors)
   ocr: Here are a few of the abbreviations/etc used here: term meaning ctor constructor copy-ctor copy constructor (also X(const X&)', pronounced X-X-ret) dtor destructor fn function fns functions ptr pointer,aC/C++ construct declared by: int * P; ref reterence, aC++ construct declared by: int & r; const aC++ keyword which is short for constant" 00 object-oriented OOP object-oriented programming OOPL ODject-oriented programming language method ans alternate term for member function' message an alternate term for invoking a member function' nil the zero' or empty' pointer (NULL'inC, "O'inC++)